/*html {
filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
-webkit-filter: grayscale(100%);
}*/  /*设置网站全灰*/
ul {
  list-style-type: none;
}
body {
  color: #666666 !important;
}
.main-area {
  max-width: 1300px;
  margin: 0 auto !important;
}
.box-shadow {
  -webkit-box-shadow: 0 0 2px 2px #e0e0e0;
          box-shadow: 0 0 2px 2px #e0e0e0; 
}
.sl-one {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.on {
  color: #239de8 !important;
}
.banner img {
  width: 100%;
}
.header-container {
  background-color: #f4f4f4;
  -webkit-box-shadow: 0 0 2px 2px #e0e0e0;
          box-shadow: 0 0 2px 2px #e0e0e0;
}
.header-container .header .language {
  background: #ffffff;
  padding: 2px 20px;
  text-align: center;
}
.header-container .header span {
  color: #b32023;
  vertical-align: middle;
  margin-top: 3px;
  margin-left: 20px;
}
.header-container .header img {
  vertical-align: middle;
}
.header-container .header ul {
  margin-bottom: 0;
  overflow: hidden;
  margin-top: 3px;
}
.header-container .header ul li {
  float: left;
  margin-left: 12px;
}
.header-container .header ul li a {
  color: #666666;
  vertical-align: middle;
  font-size: 12px;
}
.header-container .header select {
  border: none;
  background: #ffffff;
  text-align: center;
}
.header-container .header select:focus {
  outline: none;
}
.nav-container {
  position: absolute;
  top: 28px;
  z-index: 3;
  width: 100%;
}
.carousel-inner > .item > img {
  width: 100%;
}
.carousel-control {
  background: unset !important;
  top: 10%;
  z-index: 2 !important;
}
nav {
  background: rgba(255, 255, 255, 0.6) !important;
}
nav .row {
  padding-top: 10px;
  padding-bottom: 10px;
}
nav .logo {
  font-size: 30px;
  font-weight: bold;
}
nav .logo img {
  vertical-align: top;
  margin-right: 8px;
  margin-top: 3px;
  width: 80%;
}
nav .logo a:hover {
  color: #666666;
  text-decoration: none;
}
nav .navbar-form input {
  border-radius: 30px !important;
}
.navbar {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}
.nav > li ul li a {
  color: #666666;
  font-size: 12px;
  margin: 5px 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nav > li ul {
  position: relative;
  bottom: 10px;
}
.nav > li {
  position: relative;
}
.nav > li:hover > a {
  color: #239de8;
}
.nav > li a:hover {
  color: #239de8 !important;
}
.header-container-nav {
  padding-left: 0;
  padding-right: 0;
}
.six-block ul {
  overflow: hidden;
  padding-left: 0;
}
.six-block ul li {
  float: left;
  width: 48.5%;
  margin-left: .7%;
  margin-right: .7%;
  margin-top: 1%;
  padding: 38px;
  -webkit-box-shadow: 0 0 5px 2px #ccc;
          box-shadow: 0 0 5px 2px #ccc;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-transition: background-size 300ms;
  transition: background-size 300ms;
}
.six-block ul li .mc {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  left: 0;
  top: 0;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.six-block ul li:hover {
  background-size: 110% 110% !important;
}
.six-block ul li:hover span {
  top: 80%;
}
.six-block ul li:hover p {
  top: 30%;
}
.six-block ul li:hover .mc {
  background: rgba(0, 0, 0, 0.6);
}
.six-block ul li:hover h2 {
  top: 15%;
}
.six-block a {
  color: white;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.six-block a:hover {
  text-decoration: none;
}
.six-block h2 {
  font-size: 30px;
  margin-top: 0;
  position: absolute;
  top: 10%;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.six-block p {
  font-size: 14px;
  padding: 0 5% 0 0;
  line-height: 180%;
  position: absolute;
  top: 100%;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.six-block span {
  font-size: 14px;
  position: absolute;
  top: 100%;
  -webkit-transition: all 510ms;
  transition: all 510ms;
}
.news-actives-container {
  background: #f4f4f4;
}
.news-actives-container a {
  color: #666666;
}
.news-actives-right ul {
  overflow: hidden;
  padding-left: 0;
}
.news-actives-right ul li {
  float: left;
  width: 30%;
  margin-left: 2%;
  margin-right: 2%;
}
.news-actives-right ul li:first-child {
  margin-left: 0;
}
.news-actives-right h4,
.news-actives-right h5,
.news-actives-right p {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-overview {
  margin-bottom: 25px;
  margin-top: 25px;
}
.news-overview h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.f-link-container {
  background: white;
}
.f-link {
  padding-bottom: 20px;
}
.f-link h4 {
  margin: 20px 0;
}
.f-link ul {
  padding-left: 0;
}
.f-link li {
  float: left;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
}
.bottom-nav-container {
  background: #1d3849;
}
.bottom-nav {
  padding-top: 24px;
  padding-bottom: 24px;
}
.bottom-nav a {
  color: white;
}
.bottom-nav dl {
  margin-bottom: 0;
}
.bottom-nav dt {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 8px;
  text-indent: 2em;
}
.bottom-nav dd a {
  color: #708b9b;
}
.bottom-nav dd {
  margin-bottom: 2px;
  text-indent: 3em;
}
.foot-container {
  padding: 20px 0;
  background: #1d3849;
  border-top: 1px solid #cbcbcb;
}
.foot-left {
  margin-top: 10px;
}
.foot-left img {
  width: 32%;
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}
.foot-left h5 {
  display: inline-block;
  margin: 0;
}
.foot-left h5:nth-child(3) {
  color: #b32023;
}
.foot-right {
  padding-right: 20px;
}
.sreach-rel-1200 {
  max-width: 1200px;
  margin: 0 auto;
}
.sreach-rel {
  color: #239de8;
}
.sreach-rel .sreach-rel-1200 > h2 {
  margin-top: 45px;
}
.sreach-rel .sreach-rel-1200 > h5 {
  margin-bottom: 55px;
}
.sreach-rel .sreach-rel-1200 > div a.btn {
  background: #239de8;
  padding: 11px 75px;
  vertical-align: top;
}
.sreach-rel .sreach-rel-1200 > div input {
  width: 82%;
  height: 45px;
  margin-right: 10px;
}
.sreach-rel .s-num {
  font-size: 12px;
  margin-top: 10px;
  color: #666666;
}
.s-result {
  padding-left: 0;
  margin-top: 0;
}
.s-result a {
  color: #666666;
}
.s-result li {
  border-bottom: 1px solid #d6d6d6;
}
.s-result h5 {
  text-overflow: hidden;
  overflow: hidden;
  margin-top: 40px;
}
.s-result p {
  margin-bottom: 20px;
  line-height: 22px;
  margin-bottom: 35px;
}
.nav-3th-container {
  border-bottom: 1px solid #f4f4f4;
}
.nav-3th {
  padding-left: 0;
}
.nav-3th ul {
  padding-left: 0;
  display: flex;
  justify-content: center;
}
.nav-3th a,
.product-show a {
  color: #666666;
}
.nav-3th a:hover,
.product-show a:hover {
  text-decoration: none;
}
.nav-3th li {
  margin-top: 20px;
}
.nav-3th h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav-3th img {
  width: 60px;
}
.product-show-container {
  background: url(../imgs/product/bg.png) bottom / contain no-repeat;
  padding-bottom: 25px;
}
.product-show h2 {
  margin-bottom: 40px;
}
.product-show ul {
  padding-left: 0;
  margin-bottom: 0;
}
.product-show li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  border: 1px solid #f4f4f4;
  width: 31%;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 1%;
  -webkit-box-shadow: 0 0 5px 1px #f4f4f4;
          box-shadow: 0 0 5px 1px #f4f4f4;
  bottom: 0;
}
.product-show li a {
  display: inline-block;
  width: 100%;
}
.product-show li img {
  max-width: 100%;
  max-height: 100%;
}
.product-show li h5 {
  bottom: 0;
  width: 100%;
  margin-top: 18px;
  margin-bottom: 18px;
  color: #666666;
}
.product-show h2 {
  margin-top: 45px;
  color: #239de8;
}
.product-show h5 {
  margin-bottom: 55px;
  color: #239de8;
}
#p-display li {
  width: 14.6%;
  height: 200px;
  position: relative;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
#p-display li:hover {
  -webkit-box-shadow: 0 0 5px 2px #ccc;
          box-shadow: 0 0 5px 2px #ccc;
  bottom: 5px;
}
#p-display h5 {
  position: absolute;
  bottom: 0;
  background: #f4f4f4;
  margin: 0;
  padding: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-detail h2,
.p-detail h5 {
  color: #239de8;
}
.p-detail h5 {
  margin-bottom: 35px;
}
.p-detail p {
  font-size: 12px;
  line-height: 22px;
}
.p-detail h2 {
  margin: 40px 0;
}
.p-detail-top {
  margin-bottom: 40px;
}
.p-detail-top-right {
  text-align: left;
}
.p-detail-top-right h4 {
  color: #239de8;
}
.p-detail-bottom-line {
  border-bottom: 1px solid #239de8;
  position: relative;
  text-align: left;
}
.p-detail-bottom-line h4 {
  font-size: 16px;
  color: #239de8;
  text-indent: 1em;
  margin-top: 0;
}
.line {
  position: absolute;
  bottom: 0px;
  display: inline-block;
  width: 100px;
  height: 1px;
  background: #239de8;
}
.p-detail-bottom-point {
  max-width: 90%;
  margin: 0 auto;
}
.p-detail-bottom-point {
  margin-bottom: 30px;
  text-align: left;
}
.p-detail-bottom-point p {
  margin-bottom: 5px;
}
.p-detail-bottom-point p img {
  max-width: 100%;
}
.p-detail-bottom-point h6 {
  color: #239de8;
  font-weight: bold;
}
.p-detail-bottom-point .p-detail-bottom-point-img {
  margin-bottom: 10px;
  text-align: center;
}
.main-servder ul {
  overflow: hidden;
  padding-left: 0;
}
.main-servder a {
  color: #666666;
}
.main-servder a:hover {
  text-decoration: none;
}
.main-servder a img {
  width: 100%;
}
.main-servder li {
  position: relative;
  float: left;
  bottom: 0;
  width: 49%;
  /*height: 380px;*/
  margin-left: .5%;
  margin-right: .5%;
  margin-top: 15px;
  overflow: hidden;
  background: white;
  border: 1px solid #f4f4f4;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.main-servder li:hover {
  -webkit-box-shadow: 0px 2px 8px 1px #f4f4f4;
          box-shadow: 0px 2px 8px 1px #f4f4f4;
  bottom: 5px;
}
.main-servder span {
  position: absolute;
  text-align: right;
  display: block;
  bottom: 0;
  right: 0;
  font-size: 12px;
  padding: 0 15px;
  padding-bottom: 15px;
  color: #239de8;
}
.main-servder p {
  font-size: 12px;
  padding: 0 15px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}
.main-servder h5 {
  padding: 0 15px;
}
.news-conference li {
  width: 48%;
  -webkit-box-shadow: 0 0 2px 2px #f4f4f4;
          box-shadow: 0 0 2px 2px #f4f4f4;
  border: none;
  padding: 8px;
  background: white;
  position: relative;
}
.news-conference .news-conference-img {
  float: left;
  width: 240px;
  height: 180px;
  overflow: hidden;
}
.news-conference .news-conference-img img {
  width: 100%;
}
.news-conference .news-conference-txt {
  float: right;
  width: 58%;
  text-align: left;
}
.news-conference .news-conference-txt p {
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-conference .news-conference-txt span {
  color: #239de8;
  display: block;
  font-size: 12px;
  position: absolute;
  bottom: 20px;
}
.news-conpany li {
  margin: 0;
  position: relative;
  display: block;
  padding: 35px 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid #dadada;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.news-conpany li:hover {
  background: #f4f4f4;
}
.news-conpany-left-time {
  width: 37%;
}
.news-conpany-left-time h1,
.news-conpany-left-time h4 {
  text-align: right;
}
.news-conpany-left-time h1 {
  margin-top: 0;
}
.news-conpany-left-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 190px;
  height: 140px;
  overflow: hidden;
  float: right;
}
.news-conpany-left-img img {
  max-width: 100%;
  max-height: 100%;
}
.news-conpany-left-line {
  float: right;
  height: 100%;
  margin-right: 10px;
}
.line-short {
  float: right;
  width: 20px;
  height: 3px;
  background: #239de8;
}
.news-conpany-right-txt {
  text-align: left;
}
.news-conpany-right-txt span {
  display: block;
  color: #239de8;
  font-size: 12px;
}
.news-conpany-right-txt p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 22px;
}
.news-conpany-right-txt h5 {
  margin-top: 5px !important;
  margin-bottom: 10px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.news-detail-container {
  padding-bottom: 40px;
}
.news-detail h3 {
  margin-bottom: 20px;
  line-height: 22px;
}
.news-detail p {
  text-align: left;
  line-height: 30px;
  text-indent: 2em;
  overflow: hidden;
}
.news-detail img {
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 100%;
}
.news-actives li {
  padding: 12px;
  -webkit-box-shadow: 0 0 1px 1px #f4f4f4;
          box-shadow: 0 0 1px 1px #f4f4f4;
  width: 24%;
  margin-left: .5%;
  margin-right: .5%;
  margin-top: 1%;
  margin-bottom: 1%;
  background: white;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  position: relative;
  bottom: 0;
}
.news-actives li h5 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-actives li p {
  margin-bottom: 5px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-actives li span {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-actives li:hover {
  bottom: 5px;
  -webkit-box-shadow: 0 0 5px 3px #f4f4f4;
          box-shadow: 0 0 5px 3px #f4f4f4;
}
.news-detail-txt {
  text-indent: 0;
}
.news-detail-txt img {
  max-width: 80%;
}
.news-detail-txt p {
  text-align: left;
  margin-bottom: 0;
}
.news-actives-txt {
  text-align: left;
}
.news-actives-img img {
  width: 100%;
}
.djdt-txt p {
  text-align: left;
  line-height: 24px;
  text-indent: 2em;
  margin-bottom: 40px;
}
.join-us thead tr {
  background: #239de8;
}
.join-us th {
  text-align: center;
  color: white;
  font-weight: normal;
}
.join-us tbody tr {
  background: white;
}
.join-us tbody tr .join-detail-container {
  text-align: left;
  font-size: 12px;
  background: white;
}
.join-us tbody tr .join-detail-container dt {
  margin-bottom: 8px;
}
.join-us tbody tr .join-detail-container dl {
  margin-bottom: 0;
  padding: 5px 15px;
}
.join-us tbody tr .join-detail-container dd {
  line-height: 20px;
}
.join-us tbody tr .join-detail-container span {
  margin-left: 10px;
}
.join-us tbody tr .join-detail .btn {
  background: #239de8;
  margin: 0 0 20px 15px;
}
.join-us tbody tr .join-detail .btn a {
  color: white;
}
.join-us tbody tr:nth-child(even) {
  display: none;
}
.join-us tbody tr:nth-child(even) td {
  background: #f4f4f4;
}
#hr-idea {
  position: relative;
  margin-bottom: 100px;
}
#hr-idea img {
  width: 100%;
}
#hr-idea h3 {
  color: #239de8;
  position: absolute;
  top: 22%;
  left: 3%;
}
#hr-idea h5 {
  position: absolute;
  left: 3%;
  top: 35%;
  width: 45%;
  line-height: 200%;
  color: #666666;
  text-align: left;
}
.company ul {
  overflow: hidden;
}
.company li {
  float: left;
  width: 25%;
}
.c-member {
  text-align: left;
  margin-bottom: 20px;
}
.c-member .c-member-top {
  position: relative;
}
.c-member .c-member-top img {
  max-width: 100%;
}
.c-member .c-member-top .blue-block {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-right: 200px solid transparent;
  border-top: 360px solid #239de8;
  border-left: 500px solid #239de8;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-member .c-member-top h3 {
  position: absolute;
  right: 120px;
  top: 160px;
  color: #ffffff;
  overflow: hidden;
}
.c-member .c-member-bottom {
  background: #f4f4f4;
  padding: 10px 60px;
}
.c-member .c-member-bottom p {
  line-height: 22px;
  text-indent: 2em;
  font-size: 12px;
}
.c-introduce {
  padding-bottom: 20px;
}
.c-introduce .c-introduce-top {
  text-align: left;
  font-size: 12px;
  line-height: 22px;
}
.c-introduce .c-introduce-top img {
  max-width: 100%;
}
.c-introduce .c-introduce-bottom img {
  max-width: 100%;
}
.c-orz img {
  max-width: 100%;
}
.c-logo img {
  max-width: 100%;
}
.c-honour li {
  overflow: hidden;
  width: 19%;
  margin: .5%;
  height: 220px;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  bottom: 0;
}
.c-honour li:hover h5 {
  bottom: 0px;
}
.c-honour li:hover {
  -webkit-box-shadow: 0 0 5px 2px #ccc;
          box-shadow: 0 0 5px 2px #ccc;
  bottom: 5px;
}
.c-honour li h5 {
  background: #f4f4f4;
  margin: 0;
  padding: 12px 5px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  bottom: -40px;
  position: absolute;
  width: 100%;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.c-honour li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  display: block;
}
.c-honour li img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 200px;
}
.c-culture {
  padding-bottom: 60px;
}
.c-culture li {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  width: 32%;
  margin: .5%;
}
.c-culture li img {
  max-width: 100%;
}
.investor ul {
  overflow: hidden;
}
.i-notice-title {
  background: #239de8;
  padding: 0px 10px;
  line-height: 50px;
  color: #ffffff;
  text-align: left;
}
.i-notice-txt {
  text-align: left;
}
.i-notice-txt dl {
  margin-bottom: 0;
  background: #ffffff;
  border-bottom: 1px solid #f4f4f4;
  cursor: pointer;
}
.i-notice-txt dt {
  width: 90%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0px 10px;
  line-height: 50px;
}
.i-notice-txt dt img {
  margin-left: 10px;
}
.i-notice-txt dd {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0px 10px;
  text-align: right;
  line-height: 50px;
}
.i-notice-bottom {
  padding: 0px 10px;
  line-height: 50px;
  background: #ffffff;
  text-align: left;
  font-size: 12px;
  color: #b1b1b1;
  margin-bottom: 100px;
  border-bottom: 1px solid #f4f4f4;
}
.i-notice-bottom img {
  margin-left: 10px;
  margin-right: 10px;
}
.i-shares {
  overflow: auto;
  padding-bottom: 40px;
}
.i-shares img {
  max-width: 100%;
}
.connect {
  text-align: left;
  padding-left: 70px;
}
.connect h5 {
  color: #239de8;
  font-size: 16px;
}
.connect p {
  text-indent: 1em;
}
.nav-xl {
  display: none;
  padding-left: 0px;
  text-align: center;
  position: absolute !important;
  top: 40px;
  width: 120%;
  left: -10px;
  font-size: 14px;
}
.nav-xl li {
  background: rgba(255, 255, 255, 0.8);
  width: 100% !important;
}
.nav-xl a {
  width: 100%;
  padding: 2px 0;
}
.nav-xl li:hover a {
  color: #239de8;
}
.introduce-space-txt {
  font-size: 14px;
  text-align: left;
  line-height: 22px;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 0 20px;
}
.c-honour-nav {
  overflow: hidden;
  display: inline-block;
  text-align: center;
}
.c-honour-nav > div {
  float: left;
  margin: 15px 30px;
}
.c-honour-nav a {
  text-decoration: none;
}
.honour-detail p {
  text-align: center;
}
.margin-b {
  margin-bottom: 10px !important;
}
.investor-message {
  margin-top: 20px !important;
}
.investor-message dl {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.investor-message dl dt {
  background: #239de8;
  overflow: hidden;
  padding: 8px 20px;
}
.investor-message dl dt h5,
.investor-message dl dt span {
  color: #ffffff;
}
.investor-message dl dt h5 {
  float: left;
  width: 75%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.investor-message dl dt span {
  float: right;
  margin: 10px 0;
  line-height: 15px;
}
.investor-message dl dd {
  padding: 0 20px;
  background: #ffffff;
  padding-bottom: 10px;
}
.investor-message dl dd p {
  text-align: left;
  line-height: 25px;
}
.investor-message dl dd div {
  text-align: left;
  margin: 10px 0;
}
.investor-message dl dd div span {
  color: #a1a1a1;
  margin-right: 10px;
}
.message-form {
  border: 1px solid #ccc;
  padding: 20px 0;
  margin-top: 10px;
}
.message-form form {
  margin-top: 20px;
}
.message-form h3 {
  color: #239de8;
  margin: 0;
}
.message-form ul {
  width: 85%;
  margin: 0 auto;
  padding-left: 0;
}
.message-form ul li {
  margin: 12px;
}
.message-form input {
  width: 100%;
  border: 1px solid #cccccc;
  padding: 10px;
}
.message-form textarea {
  width: 100%;
  height: 120px;
  padding: 10px;
}
.message-form button {
  width: 120px;
  background: #239de8;
  border: none;
  color: white;
  line-height: 35px;
  height: 35px;
  border-radius: 3px;
}
@media (max-width: 1199px) {
  #search {
    width: 100px;
  }
  .nav > li > a {
    padding-left: 12px;
    padding-right: 12px;
  }
  .news-actives-left h5 {
    line-height: 22px;
  }
  .news-actives-left p {
    margin-bottom: 0;
  }
  .news-overview {
    margin-bottom: 15px;
  }
  .bottom-nav dl {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-header {
    width: 25%;
  }
  nav .logo img {
    width: 92%;
  }
}
@media (max-width: 991px) {
  .navbar-default {
    border: none;
  }
  .nav-container {
    position: static;
  }
  .navbar-header {
    display: none;
  }
  .six-block ul {
    padding-left: 10%;
    padding-right: 10%;
  }
  .six-block ul li {
    width: 100%;
  }
  .foot-left {
    margin-top: 6px;
  }
  .foot-left img {
    margin-bottom: 10px;
  }
  .foot-left h5 {
    line-height: 22px;
  }
  .nav-xl {
    padding-left: 0px;
    text-align: left;
    position: static!important;
    width: 100%;
  }
  .nav-xl li {
    background: rgba(255, 255, 255, 0.6);
    width: 100% !important;
  }
  .nav-xl a {
    width: 100%;
    text-indent: 2em;
  }
  .c-member {
    text-align: left;
    margin-bottom: 20px;
  }
  .c-member .c-member-top {
    position: relative;
    text-align: center;
  }
  .c-member .c-member-top img {
    max-width: 100%;
  }
  .c-member .c-member-top .blue-block {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-right: 200px solid transparent;
    border-top: 360px solid #239de8;
    border-left: 500px solid #239de8;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .c-member .c-member-top h3 {
    position: static;
    color: #239de8;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .c-member .c-member-bottom {
    background: #f4f4f4;
    padding: 10px 20px;
  }
  .c-member .c-member-bottom p {
    line-height: 22px;
    text-indent: 2em;
    font-size: 12px;
  }
  .main-servder li {
    height: 330px;
  }
  #p-display li {
    width: 18%;
    height: 180px;
  }
  #hr-idea {
    position: relative;
    margin-bottom: 100px;
  }
  #hr-idea img {
    width: 100%;
  }
  #hr-idea h3 {
    color: #239de8;
    position: absolute;
    top: 20%;
    left: 3%;
  }
  #hr-idea h5 {
    position: unset;
    width: 100%;
    line-height: 200%;
    color: #666666;
    text-align: left;
  }
  .introduce-space-txt {
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 0 20px;
  }
  .i-notice-txt dl {
    position: relative;
  }
  .i-notice-txt dt {
    width: 100%;
  }
  .i-notice-txt dt img {
    position: absolute;
    bottom: 20px;
    right: 0;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 22px !important;
  }
  p {
    font-size: 12px !important;
  }
  .navbar-header {
    display: block;
  }
  .logo {
    width: 180px;
  }
  .nav-xl {
    display: block;
  }
  .navbar-header {
    width: auto;
  }
  nav .logo img {
    width: 100%;
    margin-top: 9px;
  }
  .six-block ul {
    padding-left: 0;
    padding-right: 0;
  }
  .six-block ul {
    overflow: hidden;
    padding-left: 0;
  }
  .six-block ul li {
    float: left;
    width: 100%;
    height: auto;
    margin-left: .7%;
    margin-right: .7%;
    margin-top: 1%;
    padding: 38px;
    padding-bottom: 24.5%;
    -webkit-box-shadow: 0 0 5px 2px #ccc;
            box-shadow: 0 0 5px 2px #ccc;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    -webkit-transition: unset;
    transition: unset;
  }
  .six-block ul li .mc {
    display: block;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    -webkit-transition: unset;
    transition: unset;
  }
  .six-block ul li:hover {
    background-size: 101% 101% !important;
  }
  .six-block ul li:hover span {
    top: 70%;
  }
  .six-block ul li:hover p {
    top: 30%;
  }
  .six-block ul li:hover .mc {
    background: rgba(0, 0, 0, 0.6);
  }
  .six-block ul li:hover h2 {
    top: 10%;
  }
  .six-block a {
    color: white;
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .six-block a:hover {
    text-decoration: none;
  }
  .six-block h2 {
    font-size: 30px;
    margin-top: 0;
    position: absolute;
    top: 10%;
    -webkit-transition: unset;
    transition: unset;
    left: 5%;
  }
  .six-block p {
    left: 5%;
    overflow: hidden;
    font-size: 12px;
    padding: 0 5% 0 0;
    line-height: 180%;
    position: absolute;
    top: 30%;
    -webkit-transition: unset;
    transition: unset;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .six-block span {
    left: 5%;
    font-size: 12px;
    position: absolute;
    top: 70%;
    -webkit-transition: unset;
    transition: unset;
  }
  #search {
    width: 80%;
  }
  .navbar-toggle {
    margin-right: 0;
  }
  .navbar div.main-area {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-collapse {
    width: 100%;
  }
  .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid grey;
    font-size: 14px;
    font-weight: bold;
  }
  .f-link li img {
    overflow: hidden;
  }
  .f-link ul {
    margin-bottom: 0;
  }
  .f-link h4 {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .six-block-container {
    padding-left: 0;
    padding-right: 0;
  }
  .foot h5 {
    font-size: 12px;
  }
  .foot-right {
    width: 100px;
    margin-top: 10px;
  }
  .foot-right img {
    width: 100%;
  }
  .news-actives-right ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .news-overview {
    margin-top: 12px;
  }
  .company ul {
    overflow: hidden;
  }
  .company li {
    float: left;
    width: 25%;
  }
  .company li img {
    width: 40px;
  }
  .product-show h2 {
    margin-top: 15px;
  }
  .product-show h5 {
    margin-bottom: 15px;
  }
  .c-introduce {
    padding-bottom: 0px;
  }
  .product-show-container {
    padding-bottom: 0;
  }
  .c-culture {
    padding-bottom: 20px;
  }
  .c-culture li {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0;
    width: 100%;
    margin: .5%;
  }
  .c-culture li img {
    max-width: 100%;
  }
  .c-honour-nav > div {
    margin: 10px 11px;
  }
  .c-honour li {
    width: 49%;
    height: 200px;
  }
  .c-honour li h5 {
    background: #f4f4f4;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    bottom: 0px;
    position: absolute;
    -webkit-transition: all 300ms;
    transition: all 300ms;
  }
  .news-detail h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .news-detail p {
    text-align: left;
    line-height: 22px;
    text-indent: 0em;
    overflow: hidden;
  }
  .news-detail img {
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 100%;
  }
  .news-detail-txt p img {
    margin: 0;
  }
  .news-detail-container {
    padding-bottom: 0;
  }

  .nav-3th ul {
    display: inline-block;
  }
  .nav-3th li {
    padding: 0;
  }
  .nav-3th li img {
    width: 40px;
  }
  .news-conpany li {
    padding: 10px 0;
  }
  .news-conpany-left-time h1,
  .news-conpany-left-time h4 {
    text-align: left;
  }
  .news-conpany-right,
  .news-conpany-left {
    padding: 0;
  }
  .news-actives {
    padding-bottom: 20px;
  }
  .news-actives li {
    width: 100%;
  }
  .main-servder li {
    height: auto;
    width: 100%;
  }
  .p-detail h5 {
    margin-bottom: 10px;
  }
  #p-display li {
    width: 48%;
    height: 180px;
  }
  #p-display h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .introduce-space-txt {
    padding: 0;
  }
  .p-detail-top {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .p-detail-top-right {
    padding: 0;
  }
  .djdt-txt p {
    margin-bottom: 15px;
  }
  #hr-idea {
    margin-bottom: 10px;
  }
  #hr-idea h3 {
    color: #239de8;
    position: unset;
    text-align: left;
  }
  .connect {
    padding-left: 0;
  }
  .p-detail-bottom-point {
    max-width: 100%;
  }
  .message-form ul {
    width: 100%;
  }
  .investor-message dl dt h5 {
    width: 100%;
  }
  .investor-message dl dt span {
    float: left;
  }
}
/*# sourceMappingURL=styles.css.map */